home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_28_wait before video = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  447 b   |  16 lines

  1. on exitFrame
  2.   if the right of sprite 21 < 800 then
  3.     go(the frame)
  4.   else
  5.     go(the frame + 1)
  6.     if the height of member the member of sprite 11 > the height of sprite 3 then
  7.       set the visible of sprite 4 to 1
  8.       set the visible of sprite 5 to 1
  9.     end if
  10.     set the mrate of sprite(7) to 1
  11.     set the volumeLevel of sprite(7) to 100
  12.     set the constraint of sprite 25 to 23
  13.     set the constraint of sprite 28 to 27
  14.   end if
  15. end
  16.